This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~James Fezluplopakol 11.Jul.03 03:56 PM a Web browser Domino ServerAll ReleasesAll Platforms
Agent.RunOnServer(doc.Noteid))
I'd like to have an agent (executed by the stmt above) print documents using a printer driver installed on the server. It's very improtant that the server print since I am not printing to paper, but converting the doc to PDF using a print driver. As you can see, the agent will have the ID of the doc needing to be printed.
Currently the only way I know how to print a document in LotusScript is using NotesUIDocument.Print(1).
Since I don't have the UI doc opened on the server, how can I print it? I'd rather not open up notes on the server if possible.